ul,
ol,
li,
div {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style: none;
}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;

}

.ft-carousel .carousel-item img {
	width: 100%;
	margin-top: 80px;

	
}
.carousel-item{
	position: relative;
}
.carousel-item>a>p{
	width:460px;
	height: 80px;
	overflow: hidden;
	color:#fff;
	position: absolute;
	top:0px;
	right:0px;
	line-height: 80px;
	font-size: 20px;
	text-align: center;
	color:#999;
	z-index: 9999999999;
}
.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
	background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
	position: absolute;
	top: 60%;
	width: 50px;
	height: 45px;
	margin-top: -25px;
	cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
	left: 0;
	background: url(../images/prev.png) no-repeat;
	display: none;
}

.ft-carousel .carousel-next-btn {
	right: 0;
	background: url(../images/next.png) no-repeat;
	display: none;
}
.example:hover .carousel-prev-btn {
	display: block;
}
.example:hover .carousel-next-btn {
	display: block;
}